home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue41 / System / Unit1.dfm / Unit1.txt
Encoding:
Text File  |  1998-12-06  |  437 b   |  24 lines

  1. object Form1: TForm1
  2.   Left = 189
  3.   Top = 89
  4.   Width = 234
  5.   Height = 105
  6.   Caption = 'Form1'
  7.   Color = 8454143
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Timer1: TTimer
  18.     Enabled = False
  19.     OnTimer = Timer1Timer
  20.     Left = 15
  21.     Top = 19
  22.   end
  23. end
  24.